home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00067.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  223 b   |  13 lines

  1. on mouseUp
  2.   global label, s, sel, drums, ca
  3.   set label to 2
  4.   puppetSound(1, 0)
  5.   set the visible of sprite 3 to 1
  6.   mixdown2()
  7.   set s to random(10)
  8.   set sel to s + 10
  9.   set drums to 0
  10.   set ca to 1
  11.   go(marker(1))
  12. end
  13.